home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
telecomm
/
sticpsrc.lzh
/
SOURCE.ARC
/
TRACE.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-04-17
|
393 b
|
18 lines
/* Definitions for packet dumping */
/* List of tracing functions for each interface. Entries are placed in
* this table by the driver at attach time
*/
extern int (*tracef[])();
#define TRACE_AX25 0
#define TRACE_NETROM 1
#define TRACE_ETHER 2
#define TRACE_IP 3
#define TRACE_APPLETALK 4
#define NTRACE 5
#define TRACE_SENT 0
#define TRACE_RECV 1
#define TRACE_LOOP 2